Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.VisualStudio.WCFReference.Interop
Assembly: Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)
Syntax
'Declaration
Sub IsValidNewServiceReferenceName ( _
pszStorageType As String, _
pszNamespace As String, _
pszReferenceName As String, _
<OutAttribute> ByRef pbValid As SByte, _
<OutAttribute> ByRef pValidationState As StorageNameValidationState, _
<OutAttribute> ByRef pbstrMessage As String _
)
void IsValidNewServiceReferenceName(
string pszStorageType,
string pszNamespace,
string pszReferenceName,
out sbyte pbValid,
out StorageNameValidationState pValidationState,
out string pbstrMessage
)
void IsValidNewServiceReferenceName(
[InAttribute] String^ pszStorageType,
[InAttribute] String^ pszNamespace,
[InAttribute] String^ pszReferenceName,
[OutAttribute] signed char% pbValid,
[OutAttribute] StorageNameValidationState% pValidationState,
[OutAttribute] String^% pbstrMessage
)
abstract IsValidNewServiceReferenceName :
pszStorageType:string *
pszNamespace:string *
pszReferenceName:string *
pbValid:sbyte byref *
pValidationState:StorageNameValidationState byref *
pbstrMessage:string byref -> unit
function IsValidNewServiceReferenceName(
pszStorageType : String,
pszNamespace : String,
pszReferenceName : String,
pbValid : sbyte,
pValidationState : StorageNameValidationState,
pbstrMessage : String
)
Parameters
- pszStorageType
Type: System.String
- pszNamespace
Type: System.String
- pszReferenceName
Type: System.String
- pbValid
Type: System.SByte%
- pValidationState
Type: Microsoft.VisualStudio.WCFReference.Interop.StorageNameValidationState%
- pbstrMessage
Type: System.String%
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.