この API は、CLS に準拠していません。
名前空間: Microsoft.TeamFoundation.Build.Common
アセンブリ: Microsoft.TeamFoundation.Build.Common (Microsoft.TeamFoundation.Build.Common.dll 内)
構文
'宣言
<CLSCompliantAttribute(False)> _
Public Shared Function ChangeServiceConfig ( _
handle As SafeHandle, _
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
[CLSCompliantAttribute(false)]
public static int ChangeServiceConfig(
SafeHandle handle,
uint type,
uint startType,
uint errorControl,
string binaryPathName,
string loadOrderGroup,
string tagId,
string dependencies,
string accountName,
string password,
string displayName
)
パラメーター
- handle
型 : System.Runtime.InteropServices.SafeHandle
- 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
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。