この型は SecurityCriticalAttribute 属性を持っているため、使用は .NET Framework for Silverlight クラス ライブラリでの内部用に限定されます。アプリケーション コードでこの型の任意のメンバーを使用すると、MethodAccessException 例外がスローされます。
名前空間: Microsoft.TeamFoundation.Common.Internal
アセンブリ: Microsoft.TeamFoundation.Common (Microsoft.TeamFoundation.Common.dll 内)
構文
'宣言
Public Shared Function ChangeServiceConfig ( _
serviceHandle As ServiceHandle, _
type As UInteger, _
startType As UInteger, _
errorControl As UInteger, _
binaryPathName As String, _
loadOrderGroup As String, _
tagId As String, _
dependencies As String, _
accountName As String, _
password As String, _
displayName As String _
) As Integer
public static int ChangeServiceConfig(
ServiceHandle serviceHandle,
uint type,
uint startType,
uint errorControl,
string binaryPathName,
string loadOrderGroup,
string tagId,
string dependencies,
string accountName,
string password,
string displayName
)
パラメーター
- serviceHandle
型 : Microsoft.TeamFoundation.Common.Internal.ServiceHandle
- type
型 : System.UInt32
- startType
型 : System.UInt32
- errorControl
型 : System.UInt32
- binaryPathName
型 : System.String
- loadOrderGroup
型 : System.String
- tagId
型 : System.String
- dependencies
型 : System.String
- accountName
型 : System.String
- password
型 : System.String
- displayName
型 : System.String
戻り値
型 : System.Int32