SupportsStandaloneFilesAttribute Class

Visual Studio 2015
 

Indicates that an IPeekableItemSourceProvider supports standalone (not part of a project) files. The default value is false so the absence of this attribute on an < IPeekableItemSourceProvider means it doesn't support standalone files.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

System.Object
  System.Attribute
    Microsoft.VisualStudio.Language.Intellisense.SupportsStandaloneFilesAttribute

[MetadataAttributeAttribute]
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = false)]
public sealed class SupportsStandaloneFilesAttribute : Attribute

NameDescription
System_CAPS_pubmethodSupportsStandaloneFilesAttribute(Boolean)

Creates a new insatnce of SupportsStandaloneFilesAttribute.

NameDescription
System_CAPS_pubpropertySupportsStandaloneFiles

Determines whether an IPeekableItemSourceProvider supports standalone (not part of a project) files.

System_CAPS_pubpropertyTypeId

(Inherited from Attribute.)

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Attribute.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Attribute.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsDefaultAttribute()

(Inherited from Attribute.)

System_CAPS_pubmethodMatch(Object)

(Inherited from Attribute.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: