次の方法で共有


DesignerDocDataService.HasSibling Method

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

'宣言
Public Function HasSibling ( _
    name As String _
) As Boolean
public bool HasSibling(
    string name
)

Parameters

Return Value

Type: System.Boolean
true if the given file exists in the project, otherwise false.

.NET Framework Security

See Also

Reference

DesignerDocDataService Class

Microsoft.VisualStudio.Shell.Design.Serialization Namespace