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.
Sets a value that determines whether XML types are imported for a Windows Communication Foundation (WCF) service reference.
Namespace: Microsoft.VisualStudio.WCFReference.Interop
Assembly: Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)
Syntax
'Declaration
Sub SetImportXmlTypes ( _
bImportXmlTypes As Integer _
)
void SetImportXmlTypes(
int bImportXmlTypes
)
void SetImportXmlTypes(
[InAttribute] int bImportXmlTypes
)
abstract SetImportXmlTypes :
bImportXmlTypes:int -> unit
function SetImportXmlTypes(
bImportXmlTypes : int
)
Parameters
- bImportXmlTypes
Type: Int32
Any non-zero Integer to import XML types; otherwise 0.
.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.