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.
Determines whether or not there is a sibling DocData with the specified name.
Namespace: Microsoft.VisualStudio.Shell.Design.Serialization
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Public Function HasSibling ( _
name As String _
) As Boolean
'Usage
Dim instance As DesignerDocDataService
Dim name As String
Dim returnValue As Boolean
returnValue = instance.HasSibling(name)
public bool HasSibling(
string name
)
public:
bool HasSibling(
String^ name
)
member HasSibling :
name:string -> bool
public function HasSibling(
name : String
) : boolean
Parameters
- name
Type: System.String
The filename of the requested sibling DocData.
Return Value
Type: System.Boolean
true if the given file exists in the project, otherwise false.
.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.